home *** CD-ROM | disk | FTP | other *** search
/ Cinema Studio: Frank Herrmann / Cinema Studio - Frank Herrmann.iso / tools / pbm / manuals / ppmtoyuvsplit.man < prev    next >
Text File  |  1994-03-01  |  969b  |  67 lines

  1.  
  2.  
  3.  
  4.      ppmtoyuvsplit(1)    AMIGA (9 September 1993)     ppmtoyuvsplit(1)
  5.  
  6.  
  7.  
  8.      NAME
  9.           ppmtoyuvsplit - convert a portable pixmap into 3 subsampled
  10.           raw YUV files
  11.  
  12.      SYNOPSIS
  13.           ppmtoyuvsplit basename [ppmfile]
  14.  
  15.      DESCRIPTION
  16.           Reads a portable pixmap as input.  Produces 3 raw files
  17.           basename.Y, basename.U and basename.V as output.  These
  18.           files are the subsampled raw YUV representation of the input
  19.           pixmap, as required by the Stanford MPEG codec. The
  20.           subsampling is done by arithmetic mean of 4 pixels colors
  21.           into one. The YUV values are scaled according to CCIR.601,
  22.           as assumed by MPEG.
  23.  
  24.      SEE ALSO
  25.           mpeg(1), ppm(5)
  26.  
  27.      AUTHOR
  28.           Copyright (C) 1993 by Andre Beck. (Andre_Beck@IRS.Inf.TU-
  29.           Dresden.de)
  30.  
  31.           Based on ppmtoyuv.c
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                           (printed 3/1/94)
  64.  
  65.  
  66.  
  67.